If you found some bugs, send me an e-mail.
- Known bugs list:
- dc:
- macros as macros' arguments aren't allowed
- object oriented programming is temporaryly disabled/not working
through many improvements
- ppc support is full of bugs, I know it, so please don't report until
You will test it with next (0.17) release
- ppc assembler code (ASM/ENDASM/APROC) isn't yet allowed at all
- if You have defined x as PTR TO object, and You want to get an
address of some element eg address of x[10], You have to use &x[10].
If You use only x[10], it will return long on the address of x[10].
- returning multiple values by functions works 100% correctly only
for simple variables like a,b,c:=x(), sth more complex like
a[1].x,b[2].y,c[3].z:=x() works only in some cases, else it generates
trashing code. You can make it working only when consulting with
generated assembly code :(
- all (I hope) above bugs will be fixed in release 0.17
- x86 support doesn't work at all ;)
- powerd.lib:
- lots of functions are missing in powerd_ppc.lib